﻿2026-06-13T10:36:21.8409892Z ##[group]Run set -euo pipefail
2026-06-13T10:36:21.8410322Z [36;1mset -euo pipefail[0m
2026-06-13T10:36:21.8410583Z [36;1mPIN=0c95435[0m
2026-06-13T10:36:21.8410836Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-13T10:36:21.8411122Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-13T10:36:21.8411491Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-13T10:36:21.8411939Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-13T10:36:21.8412402Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-13T10:36:21.8412769Z [36;1m  rm -rf "$CACHE"[0m
2026-06-13T10:36:21.8413041Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-13T10:36:21.8413354Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-13T10:36:21.8413703Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-13T10:36:21.8414102Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-13T10:36:21.8414401Z [36;1mfi[0m
2026-06-13T10:36:21.8414706Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T10:36:21.8431170Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-13T10:36:21.8431556Z ##[endgroup]
2026-06-13T10:36:22.1239536Z    Compiling proc-macro2 v1.0.106
2026-06-13T10:36:22.1240418Z    Compiling quote v1.0.45
2026-06-13T10:36:22.1240871Z    Compiling unicode-ident v1.0.24
2026-06-13T10:36:22.1241242Z    Compiling libc v0.2.186
2026-06-13T10:36:22.1241489Z    Compiling serde_core v1.0.228
2026-06-13T10:36:22.1241749Z    Compiling serde v1.0.228
2026-06-13T10:36:22.1280486Z    Compiling cfg-if v1.0.4
2026-06-13T10:36:22.1319863Z    Compiling pin-project-lite v0.2.17
2026-06-13T10:36:22.1345847Z    Compiling typenum v1.20.1
2026-06-13T10:36:22.1346663Z    Compiling portable-atomic v1.13.1
2026-06-13T10:36:22.1379507Z    Compiling version_check v0.9.5
2026-06-13T10:36:22.1455260Z    Compiling memchr v2.8.1
2026-06-13T10:36:22.1613389Z    Compiling find-msvc-tools v0.1.9
2026-06-13T10:36:22.1665070Z    Compiling shlex v2.0.1
2026-06-13T10:36:22.1703298Z    Compiling critical-section v1.2.0
2026-06-13T10:36:22.1893263Z    Compiling subtle v2.6.1
2026-06-13T10:36:22.2329883Z    Compiling bytes v1.11.1
2026-06-13T10:36:22.2472522Z    Compiling futures-core v0.3.32
2026-06-13T10:36:22.2674904Z    Compiling log v0.4.32
2026-06-13T10:36:22.4096282Z    Compiling smallvec v1.15.1
2026-06-13T10:36:22.4282278Z    Compiling semver v1.0.28
2026-06-13T10:36:22.4421331Z    Compiling stable_deref_trait v1.2.1
2026-06-13T10:36:22.4916487Z    Compiling equivalent v1.0.2
2026-06-13T10:36:22.5041462Z    Compiling itoa v1.0.18
2026-06-13T10:36:22.5234182Z    Compiling slab v0.4.12
2026-06-13T10:36:22.5330961Z    Compiling futures-sink v0.3.32
2026-06-13T10:36:22.5601375Z    Compiling generic-array v0.14.7
2026-06-13T10:36:22.5731742Z    Compiling futures-io v0.3.32
2026-06-13T10:36:22.6027999Z    Compiling futures-channel v0.3.32
2026-06-13T10:36:22.6146194Z    Compiling futures-task v0.3.32
2026-06-13T10:36:22.7061836Z    Compiling hashbrown v0.17.1
2026-06-13T10:36:22.7337912Z    Compiling rustc_version v0.4.1
2026-06-13T10:36:22.7404783Z    Compiling cpufeatures v0.2.17
2026-06-13T10:36:22.7634605Z    Compiling fnv v1.0.7
2026-06-13T10:36:22.8291006Z    Compiling bitflags v2.12.1
2026-06-13T10:36:22.8360657Z    Compiling cfg_aliases v0.2.1
2026-06-13T10:36:22.8431234Z    Compiling rand_core v0.10.1
2026-06-13T10:36:22.8501210Z    Compiling litemap v0.8.2
2026-06-13T10:36:22.8631270Z    Compiling writeable v0.6.3
2026-06-13T10:36:22.8781213Z    Compiling rustversion v1.0.22
2026-06-13T10:36:22.9061660Z    Compiling dunce v1.0.5
2026-06-13T10:36:22.9400828Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T10:36:22.9931073Z    Compiling getrandom v0.4.2
2026-06-13T10:36:23.0242047Z    Compiling fs_extra v1.3.0
2026-06-13T10:36:23.0721626Z    Compiling utf8_iter v1.0.4
2026-06-13T10:36:23.1150788Z    Compiling icu_properties_data v2.2.0
2026-06-13T10:36:23.1581452Z    Compiling percent-encoding v2.3.2
2026-06-13T10:36:23.1584034Z    Compiling autocfg v1.5.1
2026-06-13T10:36:23.2207314Z    Compiling http v1.4.1
2026-06-13T10:36:23.2691492Z    Compiling strsim v0.11.1
2026-06-13T10:36:23.3361288Z    Compiling aws-lc-rs v1.17.0
2026-06-13T10:36:23.3635827Z    Compiling cpufeatures v0.3.0
2026-06-13T10:36:23.3766325Z    Compiling thiserror v2.0.18
2026-06-13T10:36:23.4000995Z    Compiling form_urlencoded v1.2.2
2026-06-13T10:36:23.4663201Z    Compiling chacha20 v0.10.0
2026-06-13T10:36:23.5821467Z    Compiling ident_case v1.0.1
2026-06-13T10:36:23.5991340Z    Compiling untrusted v0.9.0
2026-06-13T10:36:23.6210826Z    Compiling rustls v0.23.40
2026-06-13T10:36:23.7223788Z    Compiling syn v2.0.117
2026-06-13T10:36:23.7342360Z    Compiling scopeguard v1.2.0
2026-06-13T10:36:23.7378302Z    Compiling unicode-segmentation v1.13.3
2026-06-13T10:36:23.7936565Z    Compiling const-oid v0.10.2
2026-06-13T10:36:23.8012791Z    Compiling lock_api v0.4.14
2026-06-13T10:36:23.8161018Z    Compiling indexmap v2.14.0
2026-06-13T10:36:23.8431493Z    Compiling unicode-xid v0.2.6
2026-06-13T10:36:23.8651225Z    Compiling atomic-waker v1.1.2
2026-06-13T10:36:23.8728391Z    Compiling anyhow v1.0.102
2026-06-13T10:36:23.8800734Z    Compiling zerocopy v0.8.50
2026-06-13T10:36:23.9306699Z    Compiling httparse v1.10.1
2026-06-13T10:36:23.9582505Z    Compiling hybrid-array v0.4.12
2026-06-13T10:36:23.9963374Z    Compiling num-traits v0.2.19
2026-06-13T10:36:24.0271712Z    Compiling curve25519-dalek v4.1.3
2026-06-13T10:36:24.0401362Z    Compiling ahash v0.8.12
2026-06-13T10:36:24.1551284Z    Compiling base64ct v1.8.3
2026-06-13T10:36:24.2427593Z    Compiling jobserver v0.1.34
2026-06-13T10:36:24.2828915Z    Compiling paste v1.0.15
2026-06-13T10:36:24.3105476Z    Compiling heck v0.5.0
2026-06-13T10:36:24.3380719Z    Compiling fastrand v2.4.1
2026-06-13T10:36:24.3530804Z    Compiling convert_case v0.10.0
2026-06-13T10:36:24.4120430Z    Compiling http-body v1.0.1
2026-06-13T10:36:24.4610703Z    Compiling powerfmt v0.2.0
2026-06-13T10:36:24.5900521Z    Compiling cc v1.2.63
2026-06-13T10:36:24.5970531Z    Compiling crypto-common v0.1.7
2026-06-13T10:36:24.6030537Z    Compiling block-buffer v0.10.4
2026-06-13T10:36:24.6160627Z    Compiling deranged v0.5.8
2026-06-13T10:36:24.6757186Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T10:36:24.7331615Z    Compiling digest v0.10.7
2026-06-13T10:36:24.7635776Z    Compiling parking_lot_core v0.9.12
2026-06-13T10:36:24.7930768Z    Compiling num-conv v0.2.2
2026-06-13T10:36:24.8243884Z    Compiling time-core v0.1.8
2026-06-13T10:36:24.8700182Z    Compiling base64 v0.22.1
2026-06-13T10:36:24.9530750Z    Compiling pkg-config v0.3.33
2026-06-13T10:36:24.9790760Z    Compiling vcpkg v0.2.15
2026-06-13T10:36:25.0700715Z    Compiling try-lock v0.2.5
2026-06-13T10:36:25.0950712Z    Compiling tinyvec_macros v0.1.1
2026-06-13T10:36:25.1020363Z    Compiling tower-service v0.3.3
2026-06-13T10:36:25.1448253Z    Compiling socket2 v0.6.4
2026-06-13T10:36:25.1550978Z    Compiling mio v1.2.1
2026-06-13T10:36:25.1800899Z    Compiling getrandom v0.2.17
2026-06-13T10:36:25.2142691Z    Compiling data-encoding v2.11.0
2026-06-13T10:36:25.2144003Z    Compiling zmij v1.0.21
2026-06-13T10:36:25.2358245Z    Compiling tinyvec v1.11.0
2026-06-13T10:36:25.2530999Z    Compiling want v0.3.1
2026-06-13T10:36:25.4405998Z    Compiling rand v0.10.1
2026-06-13T10:36:25.4651382Z    Compiling rand_core v0.6.4
2026-06-13T10:36:25.4889057Z    Compiling sha2 v0.10.9
2026-06-13T10:36:25.6160599Z    Compiling block-buffer v0.12.0
2026-06-13T10:36:25.6510360Z    Compiling crypto-common v0.2.2
2026-06-13T10:36:25.8302702Z    Compiling inout v0.1.4
2026-06-13T10:36:25.9190975Z    Compiling cmake v0.1.58
2026-06-13T10:36:25.9390482Z    Compiling vergen-lib v9.1.0
2026-06-13T10:36:25.9788192Z    Compiling n0-future v0.3.2
2026-06-13T10:36:26.0294657Z    Compiling signature v2.2.0
2026-06-13T10:36:26.0650567Z    Compiling cordyceps v0.3.4
2026-06-13T10:36:26.1066406Z    Compiling diatomic-waker v0.2.3
2026-06-13T10:36:26.1760956Z    Compiling crossbeam-utils v0.8.21
2026-06-13T10:36:26.1931152Z    Compiling serde_json v1.0.150
2026-06-13T10:36:26.2185028Z    Compiling winnow v1.0.3
2026-06-13T10:36:26.2253910Z    Compiling httpdate v1.0.3
2026-06-13T10:36:26.2674017Z    Compiling parking v2.2.1
2026-06-13T10:36:26.4041198Z    Compiling spin v0.10.0
2026-06-13T10:36:26.4114039Z    Compiling netlink-packet-core v0.8.1
2026-06-13T10:36:26.4492665Z    Compiling futures-lite v2.6.1
2026-06-13T10:36:26.4970627Z    Compiling ed25519 v2.2.3
2026-06-13T10:36:26.5137097Z    Compiling futures-buffered v0.2.13
2026-06-13T10:36:26.5312721Z    Compiling cipher v0.4.4
2026-06-13T10:36:26.5597524Z    Compiling universal-hash v0.5.1
2026-06-13T10:36:26.5783284Z    Compiling vergen-lib v0.1.6
2026-06-13T10:36:26.5837806Z    Compiling vergen v9.1.0
2026-06-13T10:36:26.6980702Z    Compiling digest v0.11.3
2026-06-13T10:36:26.7176287Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T10:36:26.7308218Z    Compiling heapless v0.7.17
2026-06-13T10:36:26.7610511Z    Compiling noq-udp v0.10.0
2026-06-13T10:36:26.7800352Z    Compiling sync_wrapper v1.0.2
2026-06-13T10:36:26.8140637Z    Compiling either v1.16.0
2026-06-13T10:36:26.8632783Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T10:36:26.8984753Z    Compiling opaque-debug v0.3.1
2026-06-13T10:36:26.9021964Z    Compiling byteorder v1.5.0
2026-06-13T10:36:26.9221159Z    Compiling aws-lc-sys v0.41.0
2026-06-13T10:36:26.9530711Z    Compiling ring v0.17.14
2026-06-13T10:36:26.9598140Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T10:36:26.9880754Z    Compiling polyval v0.6.2
2026-06-13T10:36:27.0380557Z    Compiling parking_lot v0.12.5
2026-06-13T10:36:27.0682104Z    Compiling hash32 v0.2.1
2026-06-13T10:36:27.1346742Z    Compiling spin v0.9.8
2026-06-13T10:36:27.2391017Z    Compiling vergen-gitcl v1.0.8
2026-06-13T10:36:27.2581331Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T10:36:27.2709077Z    Compiling tower-layer v0.3.3
2026-06-13T10:36:27.3880376Z    Compiling fallible-iterator v0.3.0
2026-06-13T10:36:27.4040632Z    Compiling signature v3.0.0
2026-06-13T10:36:27.4096780Z    Compiling num_threads v0.1.7
2026-06-13T10:36:27.4366507Z    Compiling ghash v0.5.1
2026-06-13T10:36:27.4760408Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T10:36:27.5151455Z    Compiling time v0.3.47
2026-06-13T10:36:27.5332569Z    Compiling ctr v0.9.2
2026-06-13T10:36:27.5433331Z    Compiling aes v0.8.4
2026-06-13T10:36:27.6370671Z    Compiling aead v0.5.2
2026-06-13T10:36:27.6440712Z    Compiling http-body-util v0.1.3
2026-06-13T10:36:27.7260565Z    Compiling openssl-probe v0.2.1
2026-06-13T10:36:27.7860760Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T10:36:27.9140539Z    Compiling crossbeam-channel v0.5.15
2026-06-13T10:36:27.9810204Z    Compiling blake3 v1.8.5
2026-06-13T10:36:27.9930763Z    Compiling netlink-packet-route v0.29.0
2026-06-13T10:36:28.0090714Z    Compiling uuid v1.23.2
2026-06-13T10:36:28.1790669Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T10:36:28.2792536Z    Compiling aes-gcm v0.10.3
2026-06-13T10:36:28.2859113Z    Compiling memoffset v0.6.5
2026-06-13T10:36:28.3820386Z    Compiling acto v0.8.2
2026-06-13T10:36:28.4432966Z    Compiling aho-corasick v1.1.4
2026-06-13T10:36:28.5061081Z    Compiling noq v0.18.0
2026-06-13T10:36:28.5143210Z    Compiling netwatch v0.16.0
2026-06-13T10:36:28.6360843Z    Compiling mac-addr v0.3.0
2026-06-13T10:36:28.7444310Z    Compiling ryu v1.0.23
2026-06-13T10:36:28.7665700Z    Compiling xml-rs v0.8.28
2026-06-13T10:36:28.7901475Z    Compiling ref-cast v1.0.25
2026-06-13T10:36:28.8019273Z    Compiling regex-syntax v0.8.10
2026-06-13T10:36:28.8448931Z    Compiling rustix v1.1.4
2026-06-13T10:36:28.9820521Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T10:36:29.1370686Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T10:36:29.1813747Z    Compiling foldhash v0.2.0
2026-06-13T10:36:29.2905583Z    Compiling synstructure v0.13.2
2026-06-13T10:36:29.2923371Z    Compiling darling_core v0.20.11
2026-06-13T10:36:29.3066322Z    Compiling rustc-hash v2.1.2
2026-06-13T10:36:29.3630898Z    Compiling identity-hash v0.1.0
2026-06-13T10:36:29.4490795Z    Compiling thiserror v1.0.69
2026-06-13T10:36:29.4557723Z    Compiling tagptr v0.2.0
2026-06-13T10:36:29.5040588Z    Compiling allocator-api2 v0.2.21
2026-06-13T10:36:29.6414580Z    Compiling lru-slab v0.1.2
2026-06-13T10:36:29.7512380Z    Compiling xmltree v0.10.3
2026-06-13T10:36:29.9451655Z    Compiling serde_derive_internals v0.29.1
2026-06-13T10:36:30.0351272Z    Compiling proc-macro-crate v3.5.0
2026-06-13T10:36:30.0719283Z    Compiling hashbrown v0.16.1
2026-06-13T10:36:30.2480786Z    Compiling netlink-packet-route v0.30.0
2026-06-13T10:36:30.6360673Z    Compiling termios v0.2.2
2026-06-13T10:36:30.6565635Z    Compiling serial-core v0.4.0
2026-06-13T10:36:30.7282135Z    Compiling ioctl-rs v0.1.6
2026-06-13T10:36:30.8141142Z    Compiling simple-dns v0.9.3
2026-06-13T10:36:30.8278147Z    Compiling smol_str v0.1.24
2026-06-13T10:36:30.8298617Z    Compiling linux-raw-sys v0.12.1
2026-06-13T10:36:30.8708235Z    Compiling arrayvec v0.7.6
2026-06-13T10:36:30.9583188Z    Compiling winnow v0.7.15
2026-06-13T10:36:31.0420758Z    Compiling constant_time_eq v0.4.2
2026-06-13T10:36:31.0970615Z    Compiling arrayref v0.3.9
2026-06-13T10:36:31.2050593Z    Compiling sha1_smol v1.0.1
2026-06-13T10:36:31.2373646Z    Compiling toml_write v0.1.2
2026-06-13T10:36:31.2382444Z    Compiling resolv-conf v0.7.6
2026-06-13T10:36:31.3140519Z    Compiling simdutf8 v0.1.5
2026-06-13T10:36:31.4704468Z    Compiling regex-automata v0.4.14
2026-06-13T10:36:31.5067367Z    Compiling serde_derive v1.0.228
2026-06-13T10:36:31.6270762Z    Compiling zeroize_derive v1.4.3
2026-06-13T10:36:31.9391085Z    Compiling tokio-macros v2.7.0
2026-06-13T10:36:32.2869907Z    Compiling zerofrom-derive v0.1.7
2026-06-13T10:36:32.3380397Z    Compiling zeroize v1.8.2
2026-06-13T10:36:32.5530607Z    Compiling futures-macro v0.3.32
2026-06-13T10:36:32.5847621Z    Compiling yoke-derive v0.8.2
2026-06-13T10:36:32.7636489Z    Compiling zerovec-derive v0.11.3
2026-06-13T10:36:32.8108063Z    Compiling tokio v1.52.3
2026-06-13T10:36:32.8471166Z    Compiling displaydoc v0.2.6
2026-06-13T10:36:33.6763147Z    Compiling tracing-attributes v0.1.31
2026-06-13T10:36:33.8020881Z    Compiling zerofrom v0.1.8
2026-06-13T10:36:33.8028210Z    Compiling rustls-pki-types v1.14.1
2026-06-13T10:36:33.8331671Z    Compiling futures-util v0.3.32
2026-06-13T10:36:33.8468924Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T10:36:33.8930595Z    Compiling thiserror-impl v2.0.18
2026-06-13T10:36:34.0590856Z    Compiling yoke v0.8.3
2026-06-13T10:36:34.3891678Z    Compiling zerotrie v0.2.4
2026-06-13T10:36:34.6096546Z    Compiling zerovec v0.11.6
2026-06-13T10:36:34.6450742Z    Compiling darling_macro v0.20.11
2026-06-13T10:36:34.7077380Z    Compiling derive_more-impl v2.1.1
2026-06-13T10:36:34.8270861Z    Compiling n0-error-macros v0.1.3
2026-06-13T10:36:35.1588241Z    Compiling darling v0.20.11
2026-06-13T10:36:35.2538506Z    Compiling derive_builder_core v0.20.2
2026-06-13T10:36:35.4384358Z    Compiling tinystr v0.8.3
2026-06-13T10:36:35.5031768Z    Compiling potential_utf v0.1.5
2026-06-13T10:36:35.6878912Z    Compiling icu_locale_core v2.2.0
2026-06-13T10:36:35.7070549Z    Compiling icu_collections v2.2.0
2026-06-13T10:36:35.7232212Z    Compiling spez v0.1.2
2026-06-13T10:36:36.0101167Z    Compiling der v0.8.0-rc.10
2026-06-13T10:36:36.2150805Z    Compiling n0-error v0.1.3
2026-06-13T10:36:36.6510642Z    Compiling pin-project-internal v1.1.13
2026-06-13T10:36:36.6901966Z    Compiling cobs v0.3.0
2026-06-13T10:36:36.7840575Z    Compiling derive_builder_macro v0.20.2
2026-06-13T10:36:36.9441473Z    Compiling icu_provider v2.2.0
2026-06-13T10:36:37.2655947Z    Compiling icu_properties v2.2.0
2026-06-13T10:36:37.3700599Z    Compiling icu_normalizer v2.2.0
2026-06-13T10:36:37.6160404Z    Compiling ipnet v2.12.0
2026-06-13T10:36:37.7240552Z    Compiling derive_builder v0.20.2
2026-06-13T10:36:37.8901067Z    Compiling spki v0.8.0-rc.4
2026-06-13T10:36:37.9759362Z    Compiling futures-executor v0.3.32
2026-06-13T10:36:38.0630292Z    Compiling once_cell v1.21.4
2026-06-13T10:36:38.1660642Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T10:36:38.1870780Z    Compiling prefix-trie v0.8.4
2026-06-13T10:36:38.2640912Z    Compiling pin-project v1.1.13
2026-06-13T10:36:38.2980607Z    Compiling tracing-core v0.1.36
2026-06-13T10:36:38.3370692Z    Compiling ed25519-dalek v2.2.0
2026-06-13T10:36:38.3430322Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T10:36:38.3661854Z    Compiling futures v0.3.32
2026-06-13T10:36:38.5290843Z    Compiling hashbrown v0.14.5
2026-06-13T10:36:38.6051267Z    Compiling spt-proto v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-13T10:36:38.6961206Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T10:36:38.8555106Z    Compiling tracing v0.1.44
2026-06-13T10:36:38.8831130Z    Compiling idna_adapter v1.2.2
2026-06-13T10:36:38.9615191Z    Compiling postcard-derive v0.2.2
2026-06-13T10:36:39.0022755Z    Compiling idna v1.1.0
2026-06-13T10:36:39.2170577Z    Compiling data-encoding-macro v0.1.20
2026-06-13T10:36:39.2691157Z    Compiling rustls-native-certs v0.8.4
2026-06-13T10:36:39.2881726Z    Compiling enum-assoc v1.3.0
2026-06-13T10:36:39.3394117Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T10:36:39.4360515Z    Compiling url v2.5.8
2026-06-13T10:36:39.6069164Z    Compiling hashlink v0.9.1
2026-06-13T10:36:39.6510998Z    Compiling tokio-util v0.7.18
2026-06-13T10:36:39.6676862Z    Compiling netlink-sys v0.8.8
2026-06-13T10:36:39.7921060Z    Compiling tower v0.5.3
2026-06-13T10:36:39.8481993Z    Compiling postcard v1.1.3
2026-06-13T10:36:39.8681268Z    Compiling strum_macros v0.28.0
2026-06-13T10:36:40.0160521Z    Compiling derive_more v2.1.1
2026-06-13T10:36:40.0200935Z    Compiling num_enum_derive v0.7.6
2026-06-13T10:36:40.0500663Z    Compiling rusqlite v0.32.1
2026-06-13T10:36:40.0811124Z    Compiling async-trait v0.1.89
2026-06-13T10:36:40.2260621Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T10:36:40.2364417Z    Compiling iroh-relay v0.98.0
2026-06-13T10:36:40.3260639Z    Compiling iroh-metrics v0.38.3
2026-06-13T10:36:40.3530581Z    Compiling netdev v0.42.0
2026-06-13T10:36:40.5091720Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T10:36:40.5551286Z    Compiling tower-http v0.6.11
2026-06-13T10:36:40.5667956Z    Compiling attohttpc v0.30.1
2026-06-13T10:36:40.7280742Z    Compiling iroh-base v0.98.0
2026-06-13T10:36:41.0073178Z    Compiling h2 v0.4.14
2026-06-13T10:36:41.1641160Z    Compiling n0-watcher v0.6.1
2026-06-13T10:36:41.2217460Z    Compiling tokio-stream v0.1.18
2026-06-13T10:36:41.3634776Z    Compiling num_enum v0.7.6
2026-06-13T10:36:41.4748602Z    Compiling spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T10:36:41.4890704Z    Compiling netlink-proto v0.12.0
2026-06-13T10:36:41.5099455Z    Compiling moka v0.12.15
2026-06-13T10:36:41.5350199Z    Compiling serde_spanned v0.6.9
2026-06-13T10:36:41.6564394Z    Compiling toml_datetime v0.6.11
2026-06-13T10:36:41.6875015Z    Compiling ref-cast-impl v1.0.25
2026-06-13T10:36:41.7526941Z    Compiling thiserror-impl v1.0.69
2026-06-13T10:36:41.8890454Z    Compiling regex v1.12.3
2026-06-13T10:36:42.0220836Z    Compiling toml_edit v0.22.27
2026-06-13T10:36:42.1880892Z    Compiling webpki-roots v1.0.7
2026-06-13T10:36:42.3350868Z    Compiling schemars_derive v1.2.1
2026-06-13T10:36:42.3580622Z    Compiling lru v0.16.4
2026-06-13T10:36:42.4260545Z    Compiling serial-unix v0.4.0
2026-06-13T10:36:42.6301057Z    Compiling serde_bytes v0.11.19
2026-06-13T10:36:42.6928549Z    Compiling seize v0.5.1
2026-06-13T10:36:42.7070761Z    Compiling hmac v0.12.1
2026-06-13T10:36:42.7277389Z    Compiling iroh v0.98.2
2026-06-13T10:36:42.7550974Z    Compiling cmov v0.5.4
2026-06-13T10:36:42.8910547Z    Compiling bitflags v1.3.2
2026-06-13T10:36:42.9622755Z    Compiling pin-utils v0.1.0
2026-06-13T10:36:42.9724514Z    Compiling dyn-clone v1.0.20
2026-06-13T10:36:42.9830898Z    Compiling utf8parse v0.2.2
2026-06-13T10:36:43.0220730Z    Compiling nix v0.25.1
2026-06-13T10:36:43.0350669Z    Compiling ctutils v0.4.2
2026-06-13T10:36:43.0450847Z    Compiling papaya v0.2.4
2026-06-13T10:36:43.0806016Z    Compiling anstyle-parse v1.0.0
2026-06-13T10:36:43.1975776Z    Compiling hkdf v0.12.4
2026-06-13T10:36:43.1989559Z    Compiling serial v0.4.0
2026-06-13T10:36:43.2700548Z    Compiling backon v1.6.0
2026-06-13T10:36:43.2837602Z    Compiling strum v0.28.0
2026-06-13T10:36:43.3040577Z    Compiling colorchoice v1.0.5
2026-06-13T10:36:43.3416546Z    Compiling downcast-rs v1.2.1
2026-06-13T10:36:43.3549838Z    Compiling iroh-dns v0.98.0
2026-06-13T10:36:43.3955545Z    Compiling shell-words v1.1.1
2026-06-13T10:36:43.4390051Z    Compiling anstyle v1.0.14
2026-06-13T10:36:43.4451006Z    Compiling anstyle-query v1.1.5
2026-06-13T10:36:43.5910446Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T10:36:43.5954793Z    Compiling spake2 v0.4.0
2026-06-13T10:36:43.6108670Z    Compiling terminal_size v0.4.4
2026-06-13T10:36:43.6273110Z    Compiling sha1 v0.10.6
2026-06-13T10:36:43.6840823Z    Compiling filedescriptor v0.8.3
2026-06-13T10:36:43.6922889Z    Compiling doctest-file v1.1.1
2026-06-13T10:36:43.7690777Z    Compiling anstream v1.0.0
2026-06-13T10:36:43.7867594Z    Compiling clap_lex v1.1.0
2026-06-13T10:36:43.9520908Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T10:36:43.9640509Z    Compiling clap_derive v4.6.1
2026-06-13T10:36:43.9907914Z    Compiling iana-time-zone v0.1.65
2026-06-13T10:36:44.0008809Z    Compiling qrcode v0.14.1
2026-06-13T10:36:44.0679417Z    Compiling tempfile v3.27.0
2026-06-13T10:36:44.2270559Z    Compiling interprocess v2.4.2
2026-06-13T10:36:44.3841447Z    Compiling spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T10:36:44.3970856Z    Compiling clap_builder v4.6.0
2026-06-13T10:36:44.4270872Z    Compiling chrono v0.4.45
2026-06-13T10:36:44.7512177Z    Compiling schemars v1.2.1
2026-06-13T10:36:45.1381864Z    Compiling toml v0.8.23
2026-06-13T10:36:46.1830989Z    Compiling spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T10:36:47.2010952Z    Compiling hyper v1.10.1
2026-06-13T10:36:47.5221794Z    Compiling portable-pty v0.8.1
2026-06-13T10:36:47.6131342Z    Compiling clap v4.6.1
2026-06-13T10:36:48.0470894Z    Compiling spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T10:36:48.8375169Z    Compiling spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T10:36:49.0601769Z    Compiling hyper-util v0.1.20
2026-06-13T10:36:50.8724582Z    Compiling igd-next v0.17.1
2026-06-13T10:36:51.8736305Z    Compiling portmapper v0.16.0
2026-06-13T10:36:55.1924553Z    Compiling rustls-webpki v0.103.13
2026-06-13T10:36:57.7813003Z    Compiling tokio-rustls v0.26.4
2026-06-13T10:36:57.7814950Z    Compiling noq-proto v0.17.0
2026-06-13T10:36:57.7815502Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T10:36:57.9356133Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T10:36:57.9356872Z    Compiling hyper-rustls v0.27.9
2026-06-13T10:36:57.9357482Z    Compiling tokio-websockets v0.13.2
2026-06-13T10:36:58.0946197Z    Compiling reqwest v0.13.4
2026-06-13T10:36:59.1817169Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T10:37:14.6478852Z    Compiling spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T10:37:16.0549906Z    Compiling spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T10:37:22.9635246Z    Compiling spt v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-13T10:37:26.3209671Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-06-13T10:37:26.3430937Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-be36ffbaf1f85fb1)
2026-06-13T10:37:26.3444487Z 
2026-06-13T10:37:26.3444693Z running 1 test
2026-06-13T10:37:32.5354599Z test new_brain_serves_against_old_broker ... ok
2026-06-13T10:37:32.5355784Z 
2026-06-13T10:37:32.5356195Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-13T10:37:32.5356713Z 
